Appliance Tls ManualParameters Services Info
The Appliance Tls ManualParameters Services Info schema contains the information about TLS configuration of a specific service.
This schema was added in vSphere API 9.0.0.0.
{
"protocol_versions": [
{
"version": "string",
"ciphers": [
"string"
]
}
],
"curves": [
"string"
],
"fips_enforced": false
}
Defines the list of TLS protocol version and their ciphers
This property was added in vSphere API 9.0.0.0.
Defines the TLS Profile curves in IANA form.
This property was added in vSphere API 9.0.0.0.
This property is deprecated as of vSphere API 9.0.0.0. in 9.0.0.0 and above all profiles are FIPS compliant, always @term true.
Indicates if FIPS 140-3 compliance is enforced for the TLS Profile.
This property was added in vSphere API 9.0.0.0.